Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce v2beta1 and migrate v2alpha1 POST API calls to GET #367

Merged
merged 13 commits into from
Jan 20, 2025
Merged

Conversation

kacpersaw
Copy link
Contributor

No description provided.

@kacpersaw kacpersaw changed the title v2beta1: Add all services from v2alpha1 Introduce v2beta1 and migrate v2alpha1 POST API calls to GET Jan 17, 2025
@kacpersaw kacpersaw marked this pull request as ready for review January 17, 2025 11:52
@kacpersaw kacpersaw requested review from fasmat and poszu January 17, 2025 12:01
Makefile Outdated
swagger flatten --with-flatten=remove-unused release/openapi/swagger/src/api.swagger.json -o release/openapi/swagger/src/api.swagger.json

sed -i'.bak' 's/"version": "version not set"/"version": "v2alpha1"/' release/openapi/swagger/src/api_v2beta1.swagger.json && rm -f release/openapi/swagger/src/api_v2beta1.swagger.json.bak
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this read:

Suggested change
sed -i'.bak' 's/"version": "version not set"/"version": "v2alpha1"/' release/openapi/swagger/src/api_v2beta1.swagger.json && rm -f release/openapi/swagger/src/api_v2beta1.swagger.json.bak
sed -i'.bak' 's/"version": "version not set"/"version": "v2beta1"/' release/openapi/swagger/src/api_v2beta1.swagger.json && rm -f release/openapi/swagger/src/api_v2beta1.swagger.json.bak

@kacpersaw kacpersaw merged commit 3e76f4d into master Jan 20, 2025
1 check passed
@kacpersaw kacpersaw deleted the v2beta1 branch January 20, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants